home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / M-Md / MacUser.cpt / MacUser MiniFinders / card_130649.txt < prev    next >
Text File  |  1990-07-05  |  12KB  |  590 lines

  1. -- card: 130649 from stack: in
  2. -- bmap block id: 133705
  3. -- flags: 4000
  4. -- background id: 5323
  5. -- name: help card
  6. ----- HyperTalk script -----
  7. on closeCard
  8.   repeat with cdNdx = 1 to the number of cd flds
  9.     hide cd fld cdNdx
  10.   end repeat
  11. end closeCard
  12.  
  13.  
  14. -- part 26 (button)
  15. -- low flags: 00
  16. -- high flags: 2000
  17. -- rect: left=103 top=172 right=214 bottom=167
  18. -- title width / last selected line: 0
  19. -- icon id / first selected line: 0 / 0
  20. -- text alignment: 1
  21. -- font id: 0
  22. -- text size: 12
  23. -- style flags: 0
  24. -- line height: 16
  25. -- part name: 
  26. ----- HyperTalk script -----
  27. on mouseUp
  28.   visual effect zoom open
  29.   go to card "Title Card"
  30. end mouseUp
  31.  
  32.  
  33.  
  34.  
  35. -- part 34 (button)
  36. -- low flags: 00
  37. -- high flags: A000
  38. -- rect: left=95 top=299 right=320 bottom=334
  39. -- title width / last selected line: 0
  40. -- icon id / first selected line: 0 / 0
  41. -- text alignment: 0
  42. -- font id: 132
  43. -- text size: 18
  44. -- style flags: 0
  45. -- line height: 24
  46. -- part name: > Return to card you came from
  47. ----- HyperTalk script -----
  48. on mouseUp
  49.   visual effect zoom close
  50.   pop card
  51. end mouseUp
  52.  
  53.  
  54.  
  55. -- part 8 (button)
  56. -- low flags: 00
  57. -- high flags: 2001
  58. -- rect: left=16 top=45 right=75 bottom=46
  59. -- title width / last selected line: 0
  60. -- icon id / first selected line: 314 / 314
  61. -- text alignment: 1
  62. -- font id: 0
  63. -- text size: 12
  64. -- style flags: 0
  65. -- line height: 16
  66. -- part name: menu
  67. ----- HyperTalk script -----
  68. on mouseenter
  69.   show card field menu
  70. end mouseenter
  71.  
  72. on mouseleave
  73.   if the short name of this cd = "help card" then
  74.     hide cd fld menu
  75.   end if
  76. end mouseleave
  77.  
  78. on mousedown
  79.   doPopUpTOCMenu
  80. end mousedown
  81.  
  82.  
  83.  
  84.  
  85.  
  86. -- part 9 (button)
  87. -- low flags: 00
  88. -- high flags: 2001
  89. -- rect: left=16 top=297 right=327 bottom=46
  90. -- title width / last selected line: 0
  91. -- icon id / first selected line: 560 / 560
  92. -- text alignment: 1
  93. -- font id: 0
  94. -- text size: 12
  95. -- style flags: 0
  96. -- line height: 16
  97. -- part name: QuitButton
  98. ----- HyperTalk script -----
  99. on mouseenter
  100.   show card field contents
  101. end mouseenter
  102.  
  103. on mouseleave
  104.   if the short name of this cd = "help card" then
  105.     hide cd fld contents
  106.   end if
  107. end mouseleave
  108.  
  109. on mouseUp
  110.   answer "Do you want to Quit or go Home?" with "Quit" or "Home" or "Cancel"
  111.   if it is "Quit" then
  112.     Domenu Quit Hypercard
  113.   else if it is "Home" then
  114.     go home
  115.   else if it is "cancel" then
  116.     exit mouseup
  117.   end if
  118. end mouseUp
  119.  
  120.  
  121.  
  122. -- part 10 (button)
  123. -- low flags: 00
  124. -- high flags: 2001
  125. -- rect: left=16 top=87 right=117 bottom=46
  126. -- title width / last selected line: 0
  127. -- icon id / first selected line: 1129 / 1129
  128. -- text alignment: 1
  129. -- font id: 0
  130. -- text size: 12
  131. -- style flags: 0
  132. -- line height: 16
  133. -- part name: NextArrow
  134. ----- HyperTalk script -----
  135. on mouseenter
  136.   show cd fld right
  137. end mouseenter
  138.  
  139. on mouseleave
  140.   if the short name of this cd = "help card" then
  141.     hide cd fld right
  142.   end if
  143. end mouseleave
  144.  
  145. on mouseup
  146.   go next cd
  147. end mouseup
  148.  
  149.  
  150.  
  151. -- part 11 (button)
  152. -- low flags: 00
  153. -- high flags: 2001
  154. -- rect: left=16 top=129 right=159 bottom=46
  155. -- title width / last selected line: 0
  156. -- icon id / first selected line: 1130 / 1130
  157. -- text alignment: 1
  158. -- font id: 0
  159. -- text size: 12
  160. -- style flags: 0
  161. -- line height: 16
  162. -- part name: PrevArrow
  163. ----- HyperTalk script -----
  164. on mouseenter
  165.   show cd fld left
  166. end mouseenter
  167.  
  168. on mouseleave
  169.   if the short name of this cd = "help card" then
  170.     hide cd fld left
  171.   end if
  172. end mouseleave
  173.  
  174. on mouseup
  175.   go cd Zmac2
  176. end mouseup
  177.  
  178.  
  179.  
  180. -- part 12 (button)
  181. -- low flags: 00
  182. -- high flags: 2001
  183. -- rect: left=16 top=171 right=201 bottom=46
  184. -- title width / last selected line: 0
  185. -- icon id / first selected line: 1131 / 1131
  186. -- text alignment: 1
  187. -- font id: 0
  188. -- text size: 12
  189. -- style flags: 0
  190. -- line height: 16
  191. -- part name: ReturnArrow
  192. ----- HyperTalk script -----
  193. on mouseenter
  194.   show cd fld title
  195. end mouseenter
  196.  
  197. on mouseleave
  198.   if the short name of this cd = "help card" then
  199.     hide cd fld title
  200.   end if
  201. end mouseleave
  202.  
  203. on mouseup
  204.   go back
  205. end mouseup
  206.  
  207.  
  208.  
  209. -- part 13 (button)
  210. -- low flags: 00
  211. -- high flags: 2001
  212. -- rect: left=16 top=213 right=243 bottom=46
  213. -- title width / last selected line: 0
  214. -- icon id / first selected line: 1895 / 1895
  215. -- text alignment: 1
  216. -- font id: 0
  217. -- text size: 12
  218. -- style flags: 0
  219. -- line height: 16
  220. -- part name: HelpButton
  221. ----- HyperTalk script -----
  222. on mouseenter
  223.   show cd fld help
  224. end mouseenter
  225.  
  226. on mouseleave
  227.   if the short name of this cd = "help card" then
  228.     hide cd fld help
  229.   end if
  230. end mouseleave
  231.  
  232. on mouseUp
  233.   answer " You are already here." with "OK"
  234. end mouseUp
  235.  
  236.  
  237.  
  238. -- part 14 (button)
  239. -- low flags: 00
  240. -- high flags: 2001
  241. -- rect: left=16 top=255 right=285 bottom=46
  242. -- title width / last selected line: 0
  243. -- icon id / first selected line: 1336 / 1336
  244. -- text alignment: 1
  245. -- font id: 0
  246. -- text size: 12
  247. -- style flags: 0
  248. -- line height: 16
  249. -- part name: FindButton
  250. ----- HyperTalk script -----
  251. on mouseenter
  252.   show cd fld find
  253. end mouseenter
  254.  
  255. on mouseleave
  256.   if the short name of this cd = "help card" then
  257.     hide cd fld find
  258.   end if
  259. end mouseleave
  260.  
  261. on mouseUp
  262.   visual effect zoom open
  263.   go card findCard
  264. end mouseUp
  265.  
  266.  
  267.  
  268. -- part 15 (field)
  269. -- low flags: 81
  270. -- high flags: 2004
  271. -- rect: left=55 top=24 right=116 bottom=204
  272. -- title width / last selected line: 0
  273. -- icon id / first selected line: 0 / 0
  274. -- text alignment: 0
  275. -- font id: 136
  276. -- text size: 12
  277. -- style flags: 0
  278. -- line height: 16
  279. -- part name: menu
  280.  
  281.  
  282. -- part 16 (field)
  283. -- low flags: 81
  284. -- high flags: 2004
  285. -- rect: left=55 top=289 right=336 bottom=343
  286. -- title width / last selected line: 0
  287. -- icon id / first selected line: 0 / 0
  288. -- text alignment: 0
  289. -- font id: 136
  290. -- text size: 12
  291. -- style flags: 0
  292. -- line height: 16
  293. -- part name: contents
  294.  
  295.  
  296. -- part 17 (field)
  297. -- low flags: 81
  298. -- high flags: 2004
  299. -- rect: left=55 top=69 right=146 bottom=149
  300. -- title width / last selected line: 0
  301. -- icon id / first selected line: 0 / 0
  302. -- text alignment: 0
  303. -- font id: 136
  304. -- text size: 12
  305. -- style flags: 0
  306. -- line height: 16
  307. -- part name: right
  308.  
  309.  
  310. -- part 19 (field)
  311. -- low flags: 81
  312. -- high flags: 2004
  313. -- rect: left=55 top=157 right=218 bottom=235
  314. -- title width / last selected line: 0
  315. -- icon id / first selected line: 0 / 0
  316. -- text alignment: 0
  317. -- font id: 136
  318. -- text size: 12
  319. -- style flags: 0
  320. -- line height: 16
  321. -- part name: title
  322.  
  323.  
  324. -- part 20 (field)
  325. -- low flags: 81
  326. -- high flags: 2004
  327. -- rect: left=55 top=203 right=263 bottom=190
  328. -- title width / last selected line: 0
  329. -- icon id / first selected line: 0 / 0
  330. -- text alignment: 0
  331. -- font id: 136
  332. -- text size: 12
  333. -- style flags: 0
  334. -- line height: 16
  335. -- part name: help
  336.  
  337.  
  338. -- part 22 (field)
  339. -- low flags: 81
  340. -- high flags: 2004
  341. -- rect: left=55 top=112 right=188 bottom=156
  342. -- title width / last selected line: 0
  343. -- icon id / first selected line: 0 / 0
  344. -- text alignment: 0
  345. -- font id: 136
  346. -- text size: 12
  347. -- style flags: 0
  348. -- line height: 16
  349. -- part name: left
  350.  
  351.  
  352. -- part 23 (button)
  353. -- low flags: 00
  354. -- high flags: 2000
  355. -- rect: left=352 top=172 right=214 bottom=416
  356. -- title width / last selected line: 0
  357. -- icon id / first selected line: 0 / 0
  358. -- text alignment: 1
  359. -- font id: 0
  360. -- text size: 12
  361. -- style flags: 0
  362. -- line height: 16
  363. -- part name: 
  364. ----- HyperTalk script -----
  365. on mouseUp
  366.   visual effect zoom open
  367.   go to card "Contents"
  368. end mouseUp
  369.  
  370.  
  371.  
  372.  
  373. -- part 24 (button)
  374. -- low flags: 00
  375. -- high flags: 2000
  376. -- rect: left=269 top=172 right=214 bottom=333
  377. -- title width / last selected line: 0
  378. -- icon id / first selected line: 0 / 0
  379. -- text alignment: 1
  380. -- font id: 0
  381. -- text size: 12
  382. -- style flags: 0
  383. -- line height: 16
  384. -- part name: 
  385. ----- HyperTalk script -----
  386. on mouseUp
  387.   visual effect zoom open
  388.   go to card "FindCard"
  389. end mouseUp
  390.  
  391.  
  392.  
  393.  
  394. -- part 25 (button)
  395. -- low flags: 00
  396. -- high flags: 2000
  397. -- rect: left=186 top=172 right=214 bottom=250
  398. -- title width / last selected line: 0
  399. -- icon id / first selected line: 0 / 0
  400. -- text alignment: 1
  401. -- font id: 0
  402. -- text size: 12
  403. -- style flags: 0
  404. -- line height: 16
  405. -- part name: 
  406. ----- HyperTalk script -----
  407. on mouseUp
  408.   go to card id 25403
  409. end mouseUp
  410.  
  411.  
  412.  
  413. -- part 32 (button)
  414. -- low flags: 00
  415. -- high flags: 2000
  416. -- rect: left=435 top=172 right=214 bottom=499
  417. -- title width / last selected line: 0
  418. -- icon id / first selected line: 0 / 0
  419. -- text alignment: 1
  420. -- font id: 0
  421. -- text size: 12
  422. -- style flags: 0
  423. -- line height: 16
  424. -- part name: 
  425. ----- HyperTalk script -----
  426. on mouseUp
  427.   visual effect zoom open
  428.   go to bg Data
  429. end mouseUp
  430.  
  431.  
  432.  
  433.  
  434. -- part 36 (button)
  435. -- low flags: 00
  436. -- high flags: 2001
  437. -- rect: left=16 top=297 right=327 bottom=46
  438. -- title width / last selected line: 0
  439. -- icon id / first selected line: 27267 / 27267
  440. -- text alignment: 1
  441. -- font id: 0
  442. -- text size: 12
  443. -- style flags: 0
  444. -- line height: 16
  445. -- part name: Quit
  446. ----- HyperTalk script -----
  447. on mouseenter
  448.   show cd fld contents
  449. end mouseenter
  450.  
  451. on mouseleave
  452.   if the short name of this cd = "help card" then
  453.     hide cd fld contents
  454.   end if
  455. end mouseleave
  456.  
  457. on mouseUp
  458.   answer "Do you want to Quit or go Home?" with "Quit" or "Home" or "Cancel"
  459.   if it is "Cancel" then exit mouseUp
  460.   if it is "Quit" then
  461.     DoMenu "Quit Hypercard"
  462.   else go home
  463. end mouseUp
  464.  
  465.  
  466.  
  467. -- part 37 (button)
  468. -- low flags: 00
  469. -- high flags: 2001
  470. -- rect: left=16 top=255 right=285 bottom=46
  471. -- title width / last selected line: 0
  472. -- icon id / first selected line: 7449 / 7449
  473. -- text alignment: 1
  474. -- font id: 0
  475. -- text size: 12
  476. -- style flags: 0
  477. -- line height: 16
  478. -- part name: Find
  479. ----- HyperTalk script -----
  480. on mouseenter
  481.   show cd fld buttonfind
  482. end mouseenter
  483.  
  484. on mouseleave
  485.   if the short name of this cd = "help card" then
  486.     hide cd fld buttonfind
  487.   end if
  488. end mouseleave
  489.  
  490. on mouseUp
  491.   visual effect zoom open
  492.   go card findCard
  493. end mouseUp
  494.  
  495.  
  496.  
  497. -- part 38 (button)
  498. -- low flags: 00
  499. -- high flags: 2001
  500. -- rect: left=16 top=171 right=201 bottom=46
  501. -- title width / last selected line: 0
  502. -- icon id / first selected line: 1131 / 1131
  503. -- text alignment: 1
  504. -- font id: 0
  505. -- text size: 12
  506. -- style flags: 0
  507. -- line height: 16
  508. -- part name: Back
  509. ----- HyperTalk script -----
  510. on mouseenter
  511.   show cd fld title
  512. end mouseenter
  513.  
  514. on mouseleave
  515.   if the short name of this cd = "help card" then
  516.     hide cd fld title
  517.   end if
  518. end mouseleave
  519.  
  520. on mouseUp
  521.   visual effect zoom close
  522.   go to first card
  523. end mouseUp
  524.  
  525.  
  526. -- part 39 (button)
  527. -- low flags: 00
  528. -- high flags: A000
  529. -- rect: left=95 top=271 right=292 bottom=334
  530. -- title width / last selected line: 0
  531. -- icon id / first selected line: 0 / 0
  532. -- text alignment: 0
  533. -- font id: 132
  534. -- text size: 18
  535. -- style flags: 0
  536. -- line height: 24
  537. -- part name: > About the Find Card
  538. ----- HyperTalk script -----
  539. on mouseUp
  540.   go to card id 9904
  541. end mouseUp
  542.  
  543.  
  544.  
  545.  
  546. -- part 40 (field)
  547. -- low flags: 81
  548. -- high flags: 2004
  549. -- rect: left=51 top=242 right=302 bottom=302
  550. -- title width / last selected line: 0
  551. -- icon id / first selected line: 0 / 0
  552. -- text alignment: 0
  553. -- font id: 136
  554. -- text size: 12
  555. -- style flags: 0
  556. -- line height: 16
  557. -- part name: buttonfind
  558.  
  559.  
  560. -- part contents for card part 15
  561. ----- text -----
  562. This button triggers a pull down menu which can take you to the Table of Contents or to  any subject listed.
  563.  
  564. -- part contents for card part 16
  565. ----- text -----
  566. This Button will take you to the home card or Quit HyperCard to take you back to the Finder.
  567.  
  568. -- part contents for card part 17
  569. ----- text -----
  570. This button moves to the next product card.
  571.  
  572. -- part contents for card part 22
  573. ----- text -----
  574. Pressing this button takes you to the previous card.
  575.  
  576. -- part contents for card part 19
  577. ----- text -----
  578. This button takes you to the Table of Contents card, and from there to the Title card.
  579.  
  580. -- part contents for card part 20
  581. ----- text -----
  582. This button brings you to this card for assistance or a map.
  583.  
  584. -- part contents for background part 2
  585. ----- text -----
  586. ELP
  587.  
  588. -- part contents for card part 40
  589. ----- text -----
  590. Find lets you to search the stack for products.  Click on the About the Find Card button for more information.